universal-pidff: 0.0.8 -> 0.0.10 (#352787)

This commit is contained in:
Nick Cao 2024-11-03 11:43:49 -05:00 committed by GitHub
commit d1f920fa88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "universal-pidff";
version = "0.0.8";
version = "0.0.10";
src = fetchFromGitHub {
owner = "JacKeTUs";
repo = "universal-pidff";
rev = "refs/tags/${version}";
hash = "sha256-DptLqyjfRCpkbyFAQI8sylyKu2XyZZGrSITva9vcXGQ=";
hash = "sha256-BViobWl+9ypTcQJWtZ9pbeU4cmHcFNZWlsmQUOO64Vc=";
};
postPatch = ''