gittyup: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-05-15 02:18:08 +00:00
parent 311cd0a3d8
commit c30c063e22

View File

@ -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;
};