fishPlugins.bobthefisher: unstable-2023-03-09 -> unstable-2023-10-25

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-10-25 18:24:59 +02:00
parent 3f9b0a534d
commit c2e92e9066
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

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; {