budgie.budgie-backgrounds: 0.1 -> 1.0

https://github.com/BuddiesOfBudgie/budgie-backgrounds/compare/v0.1...v1.0
This commit is contained in:
Bobby Rong 2023-04-06 09:52:09 +08:00
parent 9c8ff8b426
commit 1460742e0b
No known key found for this signature in database

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "budgie-backgrounds";
version = "0.1";
version = "1.0";
src = fetchFromGitHub {
owner = "BuddiesOfBudgie";
repo = "budgie-backgrounds";
rev = "v${version}";
hash = "sha256-pDFd+WvWOPgDoSffmX9mzjDQbhePsJV1wGqmPDcnOlw=";
hash = "sha256-TdtgOYHO2QH4W2jWBuAzYQwxwAPya2lC3VrIi7kvi+M=";
};
nativeBuildInputs = [