Unverified Commit 715f3a0a authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #288904 from r-ryantm/auto-update/wofi

wofi: 1.4 -> 1.4.1
parents 47081f15 ac04ecba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
  pname = "wofi";
  version = "1.4";
  version = "1.4.1";

  src = fetchFromSourcehut {
    repo = pname;
    owner = "~scoopta";
    rev = "v${version}";
    sha256 = "sha256-zzBD1OPPlOjAUaJOlMf6k1tSai1w1ZvOwy2sSOWI7AM=";
    sha256 = "sha256-aedoUhVfk8ljmQ23YxVmGZ00dPpRftW2dnRAgXmtV/w=";
    vc = "hg";
  };