Skip to content

Commit 2589f33

Browse files
committed
makeself: 2.6.0 -> 2.7.1
1 parent e883cb9 commit 2589f33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ma/makeself/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "makeself";
13-
version = "2.6.0";
13+
version = "2.7.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "megastep";
1717
repo = "makeself";
1818
tag = "release-${version}";
1919
fetchSubmodules = true;
20-
hash = "sha256-F5lx8B2C8CsEUXQPQTK1q8PAMf5yzIEAqq3zbYnseTs=";
20+
hash = "sha256-X35vdzsfAQWAHMvlQSxCeu7IgUNVvnOQaakS27SXlFA=";
2121
};
2222

2323
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)