uhttpmock_1_0: 0.10.0 → 0.11.0

https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/compare/0.10.0...0.11.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-11 18:06:39 +08:00
parent c3e302c87d
commit a68a60038f
No known key found for this signature in database

View File

@ -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;