Skip to content

Commit 2055c82

Browse files
authored
redlib: 0.35.1-unstable-2024-11-27 -> 0.36.0 (NixOS#391466)
2 parents 20fd6eb + cf2f1ad commit 2055c82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/re/redlib/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "redlib";
12-
version = "0.35.1-unstable-2024-11-27";
12+
version = "0.36.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "redlib-org";
1616
repo = "redlib";
17-
rev = "9f6b08cbb2d0f43644a34f5d0210ac32b9add30c";
18-
hash = "sha256-lFvlrVFzMk6igH/h/3TZnkl8SooanVyIRYbSyleb2OU=";
17+
tag = "v${version}";
18+
hash = "sha256-a+FFQqKXYws8b/iGr49eZMVmKBqacQGvW8P51ybtBSc=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-cqYPxDhIPA45A29Kl3XlF1gd9/EzlyqyFHH69lAju2A=";
22+
cargoHash = "sha256-1zPLnkNZvuZS5z9AEJvhyIv+8/y+YhqFcj5Mu7RSqnE=";
2323

2424
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2525
darwin.apple_sdk.frameworks.Security
2626
];
2727

2828
postInstall = ''
29-
install -Dm644 contrib/redlib.service $out/lib/systemd/system/redlib.service
29+
install -D contrib/redlib.service $out/lib/systemd/system/redlib.service
3030
substituteInPlace $out/lib/systemd/system/redlib.service \
3131
--replace-fail "/usr/bin/redlib" "$out/bin/redlib"
3232
'';

0 commit comments

Comments
 (0)