Merge pull request #311818 from r-ryantm/auto-update/gittyup

gittyup: 1.3.0 -> 1.4.0
This commit is contained in:
Matthias Beyer
2024-05-18 08:45:31 +02:00
committed by GitHub
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "gittyup";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "Murmele";
repo = "Gittyup";
rev = "gittyup_v${version}";
hash = "sha256-/8Uipz2R/LuA3KUcFsROOmldIKnCVLfIpIQ9YLpPA+k=";
hash = "sha256-anyjHSF0ZCBJTuqNdH49iwngt3zeJZat5XGDsKbiwPE=";
fetchSubmodules = true;
};