Merge pull request #313425 from r-ryantm/auto-update/umockdev

umockdev: 0.18.1 -> 0.18.2
This commit is contained in:
Florian Klink 2024-05-22 13:38:13 +03:00 committed by GitHub
commit 410b0c3af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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