We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb65179 commit 1c63b6fCopy full SHA for 1c63b6f
pkgs/by-name/cl/clapper-enhancers/package.nix
@@ -17,13 +17,13 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "clapper-enhancers";
20
- version = "0.8.2";
+ version = "0.8.3";
21
22
src = fetchFromGitHub {
23
owner = "Rafostar";
24
repo = "clapper-enhancers";
25
tag = finalAttrs.version;
26
- hash = "sha256-CUfTz+YvliJXiv/nsdrpDVFSblqoSW7js8vAtJ9u5vM=";
+ hash = "sha256-uj0ZZrS2Y896EDWeBsU3Q3S2kFdEg5FQkBOcI97FFWc=";
27
};
28
29
nativeBuildInputs = [
0 commit comments