1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

umockdev: 0.18.2 -> 0.18.3

Changes: https://github.com/martinpitt/umockdev/releases/tag/0.18.3
This commit is contained in:
Sergei Trofimovich 2024-05-30 06:42:18 +01:00
parent 07f40e6892
commit 923627a843

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "umockdev";
version = "0.18.2";
version = "0.18.3";
outputs = [ "bin" "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://github.com/martinpitt/umockdev/releases/download/${finalAttrs.version}/umockdev-${finalAttrs.version}.tar.xz";
hash = "sha256-1HKV6IA8bWfgdgMcIlgeP470aIAj1I925ed2qM7IkHM=";
hash = "sha256-q6lcMjA3yELxYXkxJgIxuFV9EZqiiRy8qLgR/MVZKUo=";
};
patches = [