Unverified Commit 9c3d3782 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

rewaita: 1.1.0 -> 1.1.1 (#481018)

parents 54526ab3 09a197d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
  nix-update-script,
}:
let
  version = "1.1.0";
  version = "1.1.1";
in
python3Packages.buildPythonApplication {
  pname = "rewaita";
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication {
    owner = "SwordPuffin";
    repo = "Rewaita";
    tag = "v${version}";
    hash = "sha256-B3CxtGKLvlGORae1b7vMDFbvNntVO24yrzbiHzOP28k=";
    hash = "sha256-T9GQuhMkCEUFX2BpTTQ+zKhDpSxtVKuncITtm7nqzyY=";
  };

  postPatch = ''