commit: 4.4 -> 4.5

This commit is contained in:
Hythera
2026-03-14 19:52:51 +01:00
parent 801b53e830
commit cd366c7dfe
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "commit";
version = "4.4";
version = "4.5";
src = fetchFromGitHub {
owner = "sonnyp";
repo = "Commit";
tag = "v${finalAttrs.version}";
hash = "sha256-ACgt1xZTiHYiCTUvfQ+KP5TYm8tMimGizK1dn9UXzao=";
hash = "sha256-PyxByqvTK/B5Kr+uRZTZxsHcfhLqAjZrJ0/hW7m8zVQ=";
fetchSubmodules = true;
};