xnotify: fix rev

This commit is contained in:
Azat Bahawi 2023-03-01 22:50:39 +03:00
parent a018e0c024
commit de14574dce
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -8,7 +8,6 @@
, libXft , libXft
, libXinerama , libXinerama
, conf ? null , conf ? null
, nix-update-script
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -18,8 +17,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phillbush"; owner = "phillbush";
repo = "xnotify"; repo = "xnotify";
rev = "58c7d5763c3fb1c32a76560c85d20a25f59d4687"; rev = "v${version}";
sha256 = "sha256-BSZesuBGAWYp3IMiiZi6CAyZEiz3sBJLQe6/JnxviLs="; hash = "sha256-RfnmiAEFTPqQZursyVPDIZ6J3KBouvaaxyhTc1liqBc=";
}; };
buildInputs = [ buildInputs = [
@ -40,8 +39,6 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];
passthru.updateScript = nix-update-script { };
meta = with lib; { meta = with lib; {
description = "A tool to read notifications from stdin and pop them up on the screen"; description = "A tool to read notifications from stdin and pop them up on the screen";
longDescription = '' longDescription = ''