mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
where-is-my-sddm-theme: 1.9.2 -> 1.10.0
This commit is contained in:
parent
3a375fcd87
commit
d02e6baca3
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ lib.checkListOfEnum "where-is-my-sddm-theme: variant" validVariants variants
|
|||
stdenvNoCC.mkDerivation
|
||||
(finalAttrs: {
|
||||
pname = "where-is-my-sddm-theme";
|
||||
version = "1.9.2";
|
||||
version = "1.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stepanzubkov";
|
||||
repo = "where-is-my-sddm-theme";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-7I8ucPuPPpUH/KyJoiwlfS7r4Bsh8ZnkHdOEED12TOQ=";
|
||||
hash = "sha256-hv0s2ZnfLE3DJ60G6ZL/Z+sXth9plzjlUNwII8TMuOo=";
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs =
|
||||
|
|
Loading…
Reference in a new issue