Commit 51989ac4 authored by nikstur's avatar nikstur
Browse files

nix-store-veritysetup-generator: 0.1.0 -> 1.0.0

parent c99035cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage rec {
  pname = "nix-store-veritysetup-generator";
  version = "0.1.0";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "nikstur";
    repo = "nix-store-veritysetup-generator";
    rev = version;
    hash = "sha256-kQ+mFBnvxmEH2+z1sDaehGInEsBpfZu8LMAseGjZ3/I=";
    hash = "sha256-RTGdcLn4zuZAcC1Td4gJcywIerCYyaD0JYz8g5ybmho=";
  };

  sourceRoot = "${src.name}/rust";