3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204389 from r-ryantm/auto-update/doublecmd

doublecmd: 1.0.8 -> 1.0.9
This commit is contained in:
Anderson Torres 2022-12-04 07:49:44 -03:00 committed by GitHub
commit 4f1cf45457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-kuqleoDoxzOj3baTK0lBJpbDECoHeFubWhLXAVkEqAk=";
hash = "sha256-ruZNHvHBRXRM4h0R571jvasW8rYawq4cn7Hnd9riMnk=";
};
nativeBuildInputs = [