Unverified Commit 6d6622d5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ferrishot: 0.1.0 -> 0.2.0 (#399321)

parents 09a54e2e 94b9cc8f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "ferrishot";
  version = "0.1.0";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "nik-rev";
    repo = "ferrishot";
    tag = "v${finalAttrs.version}";
    hash = "sha256-1jKwbhn85KcIQrSakWTIfxPso7VZuuvPrUbTCF1NerM=";
    hash = "sha256-QnIHLkxqL/4s6jgIbGmzR5tqCjH7yJcfpx0AhdxqVKc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-NPReNHKOS4PQIt2lmY5w19lVHPDjznR9gv5vHDXyqaI=";
  cargoHash = "sha256-TJWS8LzLTQSr+0uw0x38mNJrjYvMzr90URYI8UcRQqc=";

  nativeBuildInputs =
    [