diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2023-04-06 18:32:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 18:32:14 -0500 |
| commit | 892d3a47a0abe4f2eb55d89b6139e96f792c4963 (patch) | |
| tree | c9c64832c1cc0561cc21af8ed06d11be99f800ee | |
| parent | Merge pull request #224615 from developer-guy/feature/syft (diff) | |
| parent | mucommander: 1.1.0-1 -> 1.2.0-1 (diff) | |
| download | nixpkgs-892d3a47a0abe4f2eb55d89b6139e96f792c4963.tar.gz | |
Merge pull request #224304 from jiegec/mucommander
mucommander: 1.1.0-1 -> 1.2.0-1
| -rw-r--r-- | pkgs/applications/file-managers/mucommander/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/file-managers/mucommander/default.nix b/pkgs/applications/file-managers/mucommander/default.nix index d9d570db6aa3..8882bf42a5b7 100644 --- a/pkgs/applications/file-managers/mucommander/default.nix +++ b/pkgs/applications/file-managers/mucommander/default.nix @@ -10,13 +10,13 @@ }: let - version = "1.1.0-1"; + version = "1.2.0-1"; src = fetchFromGitHub { owner = "mucommander"; repo = "mucommander"; rev = version; - sha256 = "sha256-sCBbY3aBSuJmyOuy36pg8X2jX6hXwW8SW2UzYyp/isM="; + sha256 = "sha256-OrtC7E/8n9uEo7zgFHYQqXV3qLpdKtxwbwZfxoOqTqA="; }; postPatch = '' @@ -49,7 +49,7 @@ let ''; outputHashAlgo = "sha256"; outputHashMode = "recursive"; - outputHash = "sha256-15ThPkvcmOfa5m/HMJzjrOOUi/BYbd57p5bBfj5/3n4="; + outputHash = "sha256-T4UhEzkaYh237+ZsoQTv1RgqcAKY4dPc/3x+dEie4A8="; }; in |
