Skip to content

Commit

Permalink
ranger: 1.9.3-unstable-2023-08-23 -> 1.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 27, 2024
1 parent 53f93c3 commit e27a443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/ranger/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

python3Packages.buildPythonApplication rec {
pname = "ranger";
version = "1.9.3";
version = "1.9.4";

src = fetchFromGitHub {
owner = "ranger";
repo = "ranger";
tag = "v${version}";
hash = "sha256-iNMOKGsPFzjqojCttZf9eGkC9Ju00kFsx9uqz3x2z+c=";
hash = "sha256-9ehxMXwQj7oVhlotTc3mzCKCkoMSbB9cliPg/NMEoWM=";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit e27a443

Please sign in to comment.