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

doublecmd: 1.0.9 -> 1.0.10
This commit is contained in:
Anderson Torres 2023-01-24 00:18:03 -03:00 committed by GitHub
commit dcc5b7bab6
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.9";
version = "1.0.10";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-ruZNHvHBRXRM4h0R571jvasW8rYawq4cn7Hnd9riMnk=";
hash = "sha256-S30/exZsw9Rs/l5Sml/q7dqUIcS55ZxbLFYv+M9Jr6o=";
};
nativeBuildInputs = [