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.
2 parents a22e1f1 + 7bc20ae commit 5841240Copy full SHA for 5841240
pkgs/by-name/lu/lunacy/package.nix
@@ -20,11 +20,11 @@
20
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "lunacy";
23
- version = "11.1";
+ version = "11.2.1";
24
25
src = fetchurl {
26
url = "https://lcdn.icons8.com/setup/Lunacy_${finalAttrs.version}.deb";
27
- hash = "sha256-bxJ5gvI0N55+RzFELfkr9HbB//GRiHSlLHTK7Ki0Z+c=";
+ hash = "sha256-h2Fs14dcVG7nM0ubMc75+AI/iW/P4bzdd+lfFRrO4TI=";
28
};
29
30
buildInputs = [
0 commit comments