mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-wallpapers: 1.0.0-alpha.7 -> 1.0.0-beta.1
Diff: https://github.com/pop-os/cosmic-wallpapers/compare/refs/tags/epoch-1.0.0-alpha.7...epoch-1.0.0-beta.1
This commit is contained in:
parent
bc391af99a
commit
008616f037
1 changed files with 1 additions and 9 deletions
|
|
@ -2,13 +2,12 @@
|
|||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "cosmic-wallpapers";
|
||||
version = "1.0.0-alpha.7";
|
||||
version = "1.0.0-beta.1";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
src = fetchFromGitHub {
|
||||
|
|
@ -20,13 +19,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-XtNmV6fxKFlirXQvxxgAYSQveQs8RCTfcFd8SVdEXtE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/pop-os/cosmic-wallpapers/pull/2/commits/4d17ebe69335f8ffa80fd1c48baa7f3d3efa4dbe.patch";
|
||||
hash = "sha256-4QRtX5dbN6C/ZKU3pvV7mTT7EDrMWvRCFB4004RMylM=";
|
||||
})
|
||||
];
|
||||
|
||||
makeFlags = [ "prefix=${placeholder "out"}" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue