Merge pull request #249219 from FedericoSchonborn/budgie/budgie-backgrounds-2.0

budgie.budgie-backgrounds: 1.0 -> 2.0
This commit is contained in:
Nick Cao 2023-08-14 18:47:32 -06:00 committed by GitHub
commit e03e8cf783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "budgie-backgrounds";
version = "1.0";
version = "2.0";
src = fetchFromGitHub {
owner = "BuddiesOfBudgie";
repo = "budgie-backgrounds";
rev = "v${version}";
hash = "sha256-TdtgOYHO2QH4W2jWBuAzYQwxwAPya2lC3VrIi7kvi+M=";
hash = "sha256-L6y9YVS0NFsycS90AmUJJd9HFMJ/Ge99pI426tC05jA=";
};
nativeBuildInputs = [
@ -25,11 +25,6 @@ stdenv.mkDerivation rec {
ninja
];
preConfigure = ''
chmod +x ./scripts/optimizeImage.sh
patchShebangs ./scripts/optimizeImage.sh
'';
meta = with lib; {
description = "The default background set for the Budgie Desktop";
homepage = "https://github.com/BuddiesOfBudgie/budgie-backgrounds";