umockdev: 0.18.0 -> 0.18.1

Changes: https://github.com/martinpitt/umockdev/releases/tag/0.18.1
This commit is contained in:
Sergei Trofimovich 2024-03-26 07:37:07 +00:00
parent 40938cc5ef
commit 03c3d8c1d1
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "umockdev";
version = "0.18.0";
version = "0.18.1";
outputs = [ "bin" "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://github.com/martinpitt/umockdev/releases/download/${finalAttrs.version}/umockdev-${finalAttrs.version}.tar.xz";
hash = "sha256-uJkeaKK89C6mCYjfqLzvAFUNmo6IvvZvn2mxp7H44ng=";
hash = "sha256-ZRtoaQM7sUiBNu1zxY6SRfWwGFYmHhzqBBAwuD+x7Xw=";
};
patches = [