kitsas: 5.7 -> 5.8 (#366534)

This commit is contained in:
Weijia Wang
2025-01-04 22:45:37 +01:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "kitsas";
version = "5.7";
version = "5.8";
src = fetchFromGitHub {
owner = "artoh";
repo = "kitupiikki";
rev = "v${version}";
hash = "sha256-1TZFw1Q9+FsGHwitErDhwyA941rtb+h9OgJLFLyhV7k=";
hash = "sha256-w4RttQUzCPqqMwNf0P9lThu4JaLD3yEHm3yPLU1P4KA=";
};
nativeBuildInputs = [