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

decker: 1.41 -> 1.43
This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 15:46:13 +02:00 committed by GitHub
commit 3263c89de9
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.41";
version = "1.43";
src = fetchFromGitHub {
owner = "JohnEarnest";
repo = "Decker";
rev = "v${version}";
hash = "sha256-AnWFAa96/lO5to7mVzHGkyzJ8U+2A9u9N1w91vHDsFo=";
hash = "sha256-8P8P5hakIMR+9ug61hkXyt6q1DrcwylKbDCvgFmQPdA=";
};
buildInputs = [