kitsas: 4.0.3 -> 4.0.5

This commit is contained in:
R. Ryantm 2023-04-30 23:30:03 +00:00
parent 50200de3f4
commit 06a34f672e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kitsas";
version = "4.0.3";
version = "4.0.5";
src = fetchFromGitHub {
owner = "artoh";
repo = "kitupiikki";
rev = "v${version}";
hash = "sha256-7s21++sA4enZFuDVUEAbn7InpyLx6BOwrFdsUzHWK0M=";
hash = "sha256-ODl1yrtrCVhuBWbA1AvHl22d+JSdySG/Gi2hlpVW3jg=";
};
postPatch = ''