doublecmd: 1.1.21 -> 1.1.22

This commit is contained in:
R. Ryantm
2025-01-19 12:39:28 +00:00
parent 3ab4abae1d
commit 51fcd2759e
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.21";
version = "1.1.22";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-NsjsjCSPbo7zwejmOjFRuQpcMyGZEY67hyStjtMrIGk=";
hash = "sha256-PyAmGYWA7QZcD7SN2utHacwqm8PQy8VxuVxAXlR7tj4=";
};
nativeBuildInputs = [