chore: bump package version

This commit is contained in:
tux
2024-11-29 12:45:06 +05:30
parent 5371dfede0
commit f146f2d1f2

View File

@ -5,13 +5,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "firefox-mod-blur"; pname = "firefox-mod-blur";
version = "v2.7.8"; version = "v2.14";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "datguypiko"; owner = "datguypiko";
repo = "Firefox-Mod-Blur"; repo = "Firefox-Mod-Blur";
rev = "refs/heads/master"; rev = "refs/heads/master";
sha256 = "sha256-iiYc4NJGuD7Hn0ei2MOiNMytdHjI6EjsmCPVxlSrcAI="; sha256 = "sha256-Hkz3uRIN4u30YdwCeBtCV7icdZ9EnkDWuOpFVZaU1mc=";
}; };
installPhase = '' installPhase = ''