Merge pull request #257199 from r-ryantm/auto-update/slweb

slweb: 0.6.7 -> 0.6.9
This commit is contained in:
Weijia Wang 2023-09-25 23:15:41 +02:00 committed by GitHub
commit 9f0d9ad45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "slweb";
version = "0.6.7";
version = "0.6.9";
src = fetchFromSourcehut {
owner = "~strahinja";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Y7w3yVqA8MNJJ3OcGaeziydZyzF0bap41Il6eE/Hu40=";
sha256 = "sha256-YSHJJ+96Xj2zaDtPi8jftPWIyeIG9LwQ/eYT/oh2Y2c=";
};
nativeBuildInputs = [ redo-apenwarr ];