From 94b9cc8fd1a5b132f74ebfad66f06c8bd9509b25 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 16 Apr 2025 23:43:37 +0200 Subject: [PATCH] ferrishot: 0.1.0 -> 0.2.0 Diff: https://github.com/nik-rev/ferrishot/compare/refs/tags/v0.1.0...refs/tags/v0.2.0 Changelog: https://github.com/nik-rev/ferrishot/blob/v0.2.0/CHANGELOG.md --- pkgs/by-name/fe/ferrishot/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fe/ferrishot/package.nix b/pkgs/by-name/fe/ferrishot/package.nix index 618813ba8b3d..ef4dfe09093d 100644 --- a/pkgs/by-name/fe/ferrishot/package.nix +++ b/pkgs/by-name/fe/ferrishot/package.nix @@ -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 = [