Skip to content

Commit

Permalink
lunacy: 10.9.0 -> 10.10 (NixOS#368502)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 154bc8b + 7315680 commit ff1dcb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lu/lunacy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "lunacy";
version = "10.9.0";
version = "10.10";

src = fetchurl {
url = "https://lcdn.icons8.com/setup/Lunacy_${finalAttrs.version}.deb";
hash = "sha256-z5EUztSbU/8G0UE6UVgtIu6iQUY40PZYy1jDbjPIuv8=";
hash = "sha256-4aIsEECUl9AjVhPMEhmuAew6ZynaIl15i8jmo3NJ6TU=";
};

buildInputs = [
Expand Down

0 comments on commit ff1dcb3

Please sign in to comment.