decker: 1.41 -> 1.43

This commit is contained in:
R. Ryantm 2024-06-02 02:46:49 +00:00
parent a37a6e107f
commit f541e553dd

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "decker";
version = "1.41";
version = "1.43";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-AnWFAa96/lO5to7mVzHGkyzJ8U+2A9u9N1w91vHDsFo=";
hash = "sha256-8P8P5hakIMR+9ug61hkXyt6q1DrcwylKbDCvgFmQPdA=";
};
buildInputs = [