cosmic-*: 1.0.0-alpha.6 -> 1.0.0-alpha.7 (#401497)

This commit is contained in:
Pratham Patel 2025-04-25 14:10:18 +05:30 committed by GitHub
commit 9e608fbfac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 89 additions and 131 deletions

View file

@ -8,7 +8,7 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cosmic-wallpapers";
version = "1.0.0-alpha.6";
version = "1.0.0-alpha.7";
src = fetchFromGitHub {
owner = "pop-os";
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
tag = "epoch-${finalAttrs.version}";
forceFetchGit = true;
fetchLFS = true;
hash = "sha256-Exrps3DicL/G/g0kbSsCvoFhiJn1k3v8I09GhW7EwNM=";
hash = "sha256-XtNmV6fxKFlirXQvxxgAYSQveQs8RCTfcFd8SVdEXtE=";
};
patches = [