clapper-enhancers: 0.8.2 -> 0.8.3

(cherry picked from commit 1c63b6f538)
This commit is contained in:
R. Ryantm 2025-06-08 01:29:46 +00:00 committed by github-actions[bot]
parent 6a8d437617
commit 7d06ea78c0

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clapper-enhancers";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "Rafostar";
repo = "clapper-enhancers";
tag = finalAttrs.version;
hash = "sha256-CUfTz+YvliJXiv/nsdrpDVFSblqoSW7js8vAtJ9u5vM=";
hash = "sha256-uj0ZZrS2Y896EDWeBsU3Q3S2kFdEg5FQkBOcI97FFWc=";
};
nativeBuildInputs = [