Skip to content

Commit

Permalink
Merge pull request #297472 from Qusic/master
Browse files Browse the repository at this point in the history
st: 0.9 -> 0.9.1
  • Loading branch information
SuperSandro2000 authored Apr 1, 2024
2 parents e1b6b03 + 96e575a commit 9078780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/terminal-emulators/st/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "st";
version = "0.9";
version = "0.9.1";

src = fetchurl {
url = "https://dl.suckless.org/st/st-${finalAttrs.version}.tar.gz";
hash = "sha256-82NZeZc06ueFvss3QGPwvoM88i+ItPFpzSUbmTJOCOc=";
hash = "sha256-FvQ7lDOt6dcNYIXDH5/Znyg16q3jEiECDyIUMDXfwNI=";
};

outputs = [ "out" "terminfo" ];
Expand Down Expand Up @@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://st.suckless.org/";
description = "Simple Terminal for X from Suckless.org Community";
license = licenses.mit;
maintainers = with maintainers; [ andsild ];
maintainers = with maintainers; [ andsild qusic ];
platforms = platforms.unix;
mainProgram = "st";
};
Expand Down

0 comments on commit 9078780

Please sign in to comment.