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

umockdev: 0.17.1 -> 0.17.2
This commit is contained in:
Florian Klink 2022-01-11 18:46:07 +01:00 committed by GitHub
commit 82b0e063ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "umockdev";
version = "0.17.1";
version = "0.17.2";
outputs = [ "bin" "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://github.com/martinpitt/umockdev/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-lq8lVQlSZpFGDL7nGV8pPe+AClK8PjzWoPmhfWvHpJs=";
sha256 = "sha256-D9Kb67HACi8guMoT5n3Yp9INigjuuGAIyKMgcICBJmA=";
};
nativeBuildInputs = [