Skip to content

Commit

Permalink
doublecmd: 1.1.3 -> 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and AndersonTorres committed Nov 21, 2023
1 parent dc74da3 commit 9ec9638
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 @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.3";
version = "1.1.5";

src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-RKAIZNty+iXeMfsjDOlOyvngx4XU5CSEi0Wap21lFAI=";
hash = "sha256-W0WrI58RgAzxV9WiDAqmz800lcU67uk4IFetUR4Embg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9ec9638

Please sign in to comment.