Unverified Commit cbb2d64b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

slweb: 0.10.1 -> 0.10.2 (#353241)

parents 84870f26 4c788162
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "slweb";
  version = "0.10.1";
  version = "0.10.2";

  src = fetchFromSourcehut {
    owner = "~strahinja";
    repo = "slweb";
    rev = "v${finalAttrs.version}";
    hash = "sha256-AJg8qgbNUKizU0uyTnq9EviIXOUuaGvQowLAyTWhGTY=";
    hash = "sha256-TS87rFmK6IZbyj+11Oi/lHepa3MDebYILVLLLAgNEdc=";
  };

  postPatch = ''