ls but with io_uring

nix: update package version and cache hash #12

merged opened by handle.invalid targeting main from [deleted fork]: update-nix

Updates the Nix hash and the package version for the latest commit.

Labels

None yet.

Participants 2
AT URI
at://did:plc:izvzfrxkzrjqhyere4ch4qok/sh.tangled.repo.pull/3lryvnxtmhr22
+3 -3
Diff #0
+1 -1
flake.nix
··· 16 16 17 17 packages.default = pkgs.stdenv.mkDerivation { 18 18 pname = "lsr"; 19 - version = "0.1.0"; 19 + version = "0.2.0"; 20 20 doCheck = false; 21 21 src = ./.; 22 22
+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
sign up or login to add to the discussion
handle.invalid submitted #0
1 commit
expand
68631e2a
chore: update nix package version and hash
expand 1 comment
pull request successfully merged