decker: 1.45 -> 1.46

This commit is contained in:
R. Ryantm 2024-07-18 08:49:00 +00:00
parent 1438803fb5
commit 4944dda320

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 = [