We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e883cb9 commit 2589f33Copy full SHA for 2589f33
1 file changed
pkgs/by-name/ma/makeself/package.nix
@@ -10,14 +10,14 @@
10
11
stdenv.mkDerivation rec {
12
pname = "makeself";
13
- version = "2.6.0";
+ version = "2.7.1";
14
15
src = fetchFromGitHub {
16
owner = "megastep";
17
repo = "makeself";
18
tag = "release-${version}";
19
fetchSubmodules = true;
20
- hash = "sha256-F5lx8B2C8CsEUXQPQTK1q8PAMf5yzIEAqq3zbYnseTs=";
+ hash = "sha256-X35vdzsfAQWAHMvlQSxCeu7IgUNVvnOQaakS27SXlFA=";
21
};
22
23
nativeBuildInputs = [ installShellFiles ];
0 commit comments