mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
where-is-my-sddm-theme: 1.10.0 -> 1.11.0
This commit is contained in:
parent
48b8f3cbb7
commit
98b1681e6b
@ -34,13 +34,13 @@ lib.checkListOfEnum "where-is-my-sddm-theme: variant" validVariants variants
|
|||||||
stdenvNoCC.mkDerivation
|
stdenvNoCC.mkDerivation
|
||||||
(finalAttrs: {
|
(finalAttrs: {
|
||||||
pname = "where-is-my-sddm-theme";
|
pname = "where-is-my-sddm-theme";
|
||||||
version = "1.10.0";
|
version = "1.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stepanzubkov";
|
owner = "stepanzubkov";
|
||||||
repo = "where-is-my-sddm-theme";
|
repo = "where-is-my-sddm-theme";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-hv0s2ZnfLE3DJ60G6ZL/Z+sXth9plzjlUNwII8TMuOo=";
|
hash = "sha256-EzO+MTz1PMmgeKyw65aasetmjUCpvilcvePt6HJZrpo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs =
|
propagatedUserEnvPkgs =
|
||||||
|
Loading…
Reference in New Issue
Block a user