Updates the Nix hash and the package version for the latest commit.
+1
-1
flake.nix
+1
-1
flake.nix
+2
-2
nix/cache.nix
+2
-2
nix/cache.nix
···
2
2
3
3
pkgs.stdenv.mkDerivation {
4
4
pname = "lsr-cache";
5
-
version = "0.1.0";
5
+
version = "0.2.0";
6
6
doCheck = false;
7
7
src = ../.;
8
8
···
17
17
mv $ZIG_GLOBAL_CACHE_DIR/p $out
18
18
'';
19
19
20
-
outputHash = "sha256-UeZOnpZ5iFF8f2WtO8qavzzau06/z/jPgYjcP9kHmWc=";
20
+
outputHash = "sha256-lnOow40km0mcj21i2mTQiDGXLhcSxQ2kJoAgUhkQiEg=";
21
21
outputHashMode = "recursive";
22
22
outputHashAlgo = "sha256";
23
23
}
History
1 round
1 comment
handle.invalid
submitted
#0
1 commit
expand
collapse
68631e2a
chore: update nix package version and hash
expand 1 comment
pull request successfully merged
Thanks!