decker: 1.43 -> 1.44

This commit is contained in:
R. Ryantm 2024-06-15 05:51:59 +00:00
parent 49aefbf4e0
commit fdc5e35b36

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "decker";
version = "1.43";
version = "1.44";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-8P8P5hakIMR+9ug61hkXyt6q1DrcwylKbDCvgFmQPdA=";
hash = "sha256-C3CWzrKhZWEud0N2p56U+zhGjwTJ5xCfZsz+NlkdQG4=";
};
buildInputs = [