Skip to content

Commit

Permalink
doublecmd: 1.1.21 -> 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 19, 2025
1 parent 3ab4aba commit 51fcd27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/do/doublecmd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 51fcd27

Please sign in to comment.