File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99} :
1010rustPlatform . 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 '' ;
You can’t perform that action at this time.
0 commit comments