datefudge: 1.26 -> 1.27 (#348426)

This commit is contained in:
Nick Cao
2024-10-14 08:17:13 -04:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "datefudge";
version = "1.26";
version = "1.27";
src = fetchgit {
url = "https://salsa.debian.org/debian/${pname}.git";
rev = "debian/${version}";
hash = "sha256-CVy5mOX3jNM1cNIn8HhVs8Mhh70pkz9pG08muFuPNfk=";
hash = "sha256-BN/Ct1FRZjvpkRCPpRlXmjeRvrNnuJBXwwI1P2HCisc=";
};
nativeBuildInputs = [ makeWrapper ];