mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
chore: bump package version
This commit is contained in:
@ -5,13 +5,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
pname = "firefox-mod-blur";
|
||||
version = "v2.7.8";
|
||||
version = "v2.14";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "datguypiko";
|
||||
repo = "Firefox-Mod-Blur";
|
||||
rev = "refs/heads/master";
|
||||
sha256 = "sha256-iiYc4NJGuD7Hn0ei2MOiNMytdHjI6EjsmCPVxlSrcAI=";
|
||||
sha256 = "sha256-Hkz3uRIN4u30YdwCeBtCV7icdZ9EnkDWuOpFVZaU1mc=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Reference in New Issue
Block a user