packcc: 2.0.2 -> 2.2.0

This commit is contained in:
R. Ryantm 2025-01-23 12:33:58 +00:00
parent 0aa475546e
commit 0470749d41

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "packcc";
version = "2.0.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "arithy";
repo = "packcc";
rev = "v${finalAttrs.version}";
hash = "sha256-k1C/thvr/5fYrgu/j8YN3kwXp4k26sC9AhYhYAKQuX0=";
hash = "sha256-fmZL34UL7epFFGo0gCsj8TcyhBt5uCfnLCLCQugXF6U=";
};
postPatch = ''