mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
noctalia-greeter: 1.2.1 -> 1.3.0
Diff: https://github.com/noctalia-dev/noctalia-greeter/compare/v1.2.1...v1.3.0
(cherry picked from commit 8a07a58cd3)
This commit is contained in:
@@ -42,7 +42,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "noctalia-greeter";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "noctalia-dev";
|
||||
repo = "noctalia-greeter";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-k/qCnifAoBqpHkRPYn6nUfEoRV1HXac01+Fh4aouWIE=";
|
||||
hash = "sha256-veowX6t9Vo6nV6BzJ3YKSUDXgfgX8k8yHccd+6fYlBo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user