universal-pidff: 0.0.8 -> 0.0.10

This commit is contained in:
DaRacci
2024-11-02 14:51:46 +11:00
parent 58c1ad48c0
commit 20eaafab5e
@@ -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 = ''