datefudge: 1.26 -> 1.27

This commit is contained in:
R. Ryantm 2024-10-14 04:16:31 +00:00
parent d4f247e89f
commit a7d7c60590

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 ];