hyprlock: 0.4.0 -> 0.4.1

This commit is contained in:
John Titor 2024-07-21 19:14:16 +00:00
parent e3f10196c9
commit 7c7f909ee4
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hyprlock";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprlock";
rev = "v${finalAttrs.version}";
hash = "sha256-Dd/DK6FKiwVhr6PygCieEjzn7AFf6xijw6mdhquLnkw=";
hash = "sha256-w+AyYuqlZ/uWEimiptlHjtDFECm/JlUOD2ciCw8/+/8=";
};
strictDeps = true;
@ -64,9 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ iynaix ];
mainProgram = "hyprlock";
platforms = [
"aarch64-linux"
"x86_64-linux"
];
platforms = lib.platforms.linux;
};
})