Merge pull request #328123 from r-ryantm/auto-update/decker

decker: 1.45 -> 1.46
This commit is contained in:
Nick Cao 2024-07-18 19:15:06 -04:00 committed by GitHub
commit 68af828667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "decker";
version = "1.45";
version = "1.46";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-AMqe7u/R2ykuRcQcAPyj1oNBSAKHCiTBaJ5VrhE7REg=";
hash = "sha256-QXW/osCWkAt/qM+JezjluK+fIaSyokVRx7O6Batkauw=";
};
buildInputs = [