ox: use sri hash
This commit is contained in:
parent
bc901a1431
commit
4c457a9c3d
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "curlpipe";
|
owner = "curlpipe";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18iffnmvax6mbnhypf7yma98y5q2zlsyp9q18f92fdwz426r33p0";
|
hash = "sha256-4I6RjSCfNyeSQwGn6zX9AhePkqr+uOuhXdV0tat1LqI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0m5vglm58myf50vbb7m6gd3srk3n93afg70lz63i2kciqkkwsnjl";
|
cargoHash = "sha256-VFrN58SRTRGH+RSc59RIdsysR3umnrU2KM5XVCp9u1Q=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An independent Rust text editor that runs in your terminal";
|
description = "An independent Rust text editor that runs in your terminal";
|
||||||
|
|
Loading…
Reference in a new issue