doublecmd: 1.1.32 -> 1.2.1 (#479931)

This commit is contained in:
Weijia Wang 2026-02-09 00:15:53 +00:00 committed by GitHub
commit 3aee4dc307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.32";
version = "1.2.1";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
tag = "v${finalAttrs.version}";
hash = "sha256-9HhFUzj9cSH49Y5mG4V6BDcr5tlQiBd5OW9xlUWrVmI=";
hash = "sha256-/R13Fwn3019uy+UUtih/CLiXHpFBSKKKKVYdOp29eXs=";
};
nativeBuildInputs = [