From a68a60038f763366c7b188df768605a7faa45dd3 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 11 Aug 2024 18:06:39 +0800 Subject: [PATCH] =?UTF-8?q?uhttpmock=5F1=5F0:=200.10.0=20=E2=86=92=200.11.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/compare/0.10.0...0.11.0 Changelog-reviewed-by: Bobby Rong --- pkgs/by-name/uh/uhttpmock_1_0/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/uh/uhttpmock_1_0/package.nix b/pkgs/by-name/uh/uhttpmock_1_0/package.nix index 1cc16f96eb5e..755e7a18d5ce 100644 --- a/pkgs/by-name/uh/uhttpmock_1_0/package.nix +++ b/pkgs/by-name/uh/uhttpmock_1_0/package.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "uhttpmock"; - version = "0.10.0"; + version = "0.11.0"; outputs = [ "out" "dev" "devdoc" ]; @@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "pwithnall"; repo = "uhttpmock"; rev = finalAttrs.version; - hash = "sha256-d3IVlPOLOLzlUDuGOLll8pOK5FMsXI/d2wbwPZ6WI34="; + hash = "sha256-itJhiPpAF5dwLrVF2vuNznABqTwEjVj6W8mbv1aEmE4="; }; strictDeps = true;