slstatus: 1.0 -> 1.1 (#403560)

This commit is contained in:
Austin Horstman
2025-05-04 22:51:12 -05:00
committed by GitHub
+2 -2
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation rec {
pname = "slstatus";
version = "1.0";
version = "1.1";
src = fetchgit {
url = "https://git.suckless.org/slstatus";
rev = version;
hash = "sha256-cFah6EgApslLSlJaOy/5W9ZV9Z1lzfKye/rRh9Om3T4=";
hash = "sha256-MRDovZpQsvnLEvsbJNBzprkzQQ4nIs1T9BLT+tSGta8=";
};
preBuild =