Skip to content

Commit 5841240

Browse files
lunacy: 11.1 -> 11.2.1 (#395333)
Co-authored-by: luftmensch-luftmensch <[email protected]>
2 parents a22e1f1 + 7bc20ae commit 5841240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/lunacy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "lunacy";
23-
version = "11.1";
23+
version = "11.2.1";
2424

2525
src = fetchurl {
2626
url = "https://lcdn.icons8.com/setup/Lunacy_${finalAttrs.version}.deb";
27-
hash = "sha256-bxJ5gvI0N55+RzFELfkr9HbB//GRiHSlLHTK7Ki0Z+c=";
27+
hash = "sha256-h2Fs14dcVG7nM0ubMc75+AI/iW/P4bzdd+lfFRrO4TI=";
2828
};
2929

3030
buildInputs = [

0 commit comments

Comments
 (0)