From f478e1cb40ff17ef02ab22f45e0512868b0c86c6 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Thu, 28 Mar 2024 15:07:07 +0100 Subject: [PATCH] gnome-obfuscate: 0.0.9 -> 0.0.10 Diff: https://gitlab.gnome.org/World/Obfuscate/-/compare/0.0.9...0.0.10 --- pkgs/applications/graphics/gnome-obfuscate/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/gnome-obfuscate/default.nix b/pkgs/applications/graphics/gnome-obfuscate/default.nix index 49499f7d7322..1a091929b3e4 100644 --- a/pkgs/applications/graphics/gnome-obfuscate/default.nix +++ b/pkgs/applications/graphics/gnome-obfuscate/default.nix @@ -20,20 +20,20 @@ stdenv.mkDerivation (finalAttrs: { pname = "gnome-obfuscate"; - version = "0.0.9"; + version = "0.0.10"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = "Obfuscate"; rev = finalAttrs.version; - hash = "sha256-aUhzact437V/bSsG2Ddu2mC03LbyXFg+hJiuGy5NQfQ="; + hash = "sha256-/Plvvn1tle8t/bsPcsamn5d81CqnyGCyGYPF6j6U5NI="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit (finalAttrs) src; name = "${finalAttrs.pname}-${finalAttrs.version}"; - hash = "sha256-HUQvdCmzjdmuJGDLtC/86yzbRimLzx+XbW29f+Ua48w="; + hash = "sha256-9lrxK2psdIPGsOC6p8T+3AGPrX6PjrK9mFirdJqBSMM="; }; nativeBuildInputs = [