nix-inspect: 0.1.0 -> 0.1.1

This commit is contained in:
Blusk 2024-04-16 20:48:05 -07:00
parent d00e7644c3
commit ced480670a
No known key found for this signature in database
GPG Key ID: 5F7286501D9A677D
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
src = fetchFromGitHub {
owner = "bluskript";
repo = "nix-inspect";
rev = "3d0fea2bb246130825548fce331093ee9cc9c20b";
rev = "74007c580b8282bd336130ddf354e71502b421a6";
hash = "sha256-JichXRSfTLfy+7fhbTvA89rQLkqsY2eHgEAeAHWbA9s=";
};
@ -21,7 +21,7 @@
inherit src;
pname = "nix-inspect-worker";
version = "0.1.0";
version = "0.1.1";
sourceRoot = "source/worker";
nativeBuildInputs = [meson ninja pkg-config];
@ -38,9 +38,9 @@ in
rustPlatform.buildRustPackage {
inherit src;
pname = "nix-inspect";
version = "0.1.0";
version = "0.1.1";
cargoHash = "sha256-FdpHdw7bg/nEG4GjYhrdIDB4MJ4n5LoWnW4mTG2Lh5I=";
cargoHash = "sha256-l+R7BLgJvK9mQ89GVAdTyQX81VMoV11h5KFlMUqAH30=";
buildInputs = [workerPackage];