Skip to content

Commit abe0bbf

Browse files
authoredMar 18, 2025
rdrview: unstable-2021-05-30 -> 0.1.3 (#368800)
2 parents 3a41eb9 + 2b7e55c commit abe0bbf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎pkgs/by-name/rd/rdrview/package.nix

+8-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
curl,
77
libseccomp,
88
installShellFiles,
9+
nix-update-script,
910
}:
1011

11-
stdenv.mkDerivation {
12+
stdenv.mkDerivation (finalAttrs: {
1213
pname = "rdrview";
13-
version = "unstable-2021-05-30";
14+
version = "0.1.3";
1415

1516
src = fetchFromGitHub {
1617
owner = "eafer";
1718
repo = "rdrview";
18-
rev = "444ce3d6efd8989cd6ecfdc0560071b20e622636";
19-
sha256 = "02VC8r8PdcAfMYB0/NtbPnhsWatpLQc4mW4TmSE1+zk=";
19+
rev = "v${finalAttrs.version}";
20+
hash = "sha256-UFHRsaLGa/jv/S+VXtXIMgLuQUPgqbRgD35bBrJyuZA=";
2021
};
2122

2223
buildInputs = [
@@ -42,4 +43,6 @@ stdenv.mkDerivation {
4243
maintainers = with maintainers; [ djanatyn ];
4344
mainProgram = "rdrview";
4445
};
45-
}
46+
47+
passthru.updateScript = nix-update-script { };
48+
})

0 commit comments

Comments
 (0)
Failed to load comments.