Unverified Commit 383abf8d authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

wofi: 1.5.1 -> 1.5.2 (#477324)

parents 20fe82c9 7ceec073
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:
stdenv.mkDerivation rec {
  pname = "wofi";
  version = "1.5.1";
  version = "1.5.2";

  outputs = [
    "out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    repo = "wofi";
    owner = "~scoopta";
    rev = "v${version}";
    sha256 = "sha256-r+p8WDJw8aO1Gdgy6+UwT5QJdejIjcPFSs/Gfzq+D/c=";
    sha256 = "sha256-j0KkmRfTRYpzfqHdIsOXk+pYHCrdzICD1Dm847C5ihs=";
    vc = "hg";
  };