Merge pull request #263368 from Scrumplex/pkgs/bobthefisher/bump-2023-10

fishPlugins.bobthefisher: unstable-2023-03-09 -> unstable-2023-10-25
This commit is contained in:
OTABI Tomoya 2023-11-02 10:53:49 +09:00 committed by GitHub
commit c6576561ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@
, fetchFromGitHub
,
}:
buildFishPlugin rec {
buildFishPlugin {
pname = "bobthefisher";
version = "unstable-2023-03-09";
version = "unstable-2023-10-25";
src = fetchFromGitHub {
owner = "Scrumplex";
repo = "bobthefisher";
rev = "6528033a2c9ca90611d04b6a4afd2131b9495cdc";
sha256 = "sha256-UDoSMFKtd6ur10guqJlkpA0YSCBv45FR5QKJqdXZWgw=";
rev = "f4179a14b087c7fbfc2e892da429adad40a39e44";
sha256 = "sha256-l1DHSZa40BX2/4GCjm5E53UOeFEnMioWbZtCW14WX6k=";
};
meta = with lib; {