lol

muffon: 2.1.0 -> 2.2.0 (#398513)

authored by

Ramses and committed by
GitHub
68fb9e69 d993608a

+2 -2
+2 -2
pkgs/by-name/mu/muffon/package.nix
··· 7 7 8 8 let 9 9 pname = "muffon"; 10 - version = "2.1.0"; 10 + version = "2.2.0"; 11 11 src = fetchurl { 12 12 url = "https://github.com/staniel359/muffon/releases/download/v${version}/muffon-${version}-linux-x86_64.AppImage"; 13 - hash = "sha256-GT91MLjBWsbk9P5fsIxlYUNziAPsdvMSPq9bLL3rKDw="; 13 + hash = "sha256-VzT/jlNmUYFmUUqi8EzE4ilawezqhSgXHz32+S3FMTo="; 14 14 }; 15 15 appimageContents = appimageTools.extractType2 { inherit pname src version; }; 16 16 in