Unverified Commit 619f8896 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #311511 from r-ryantm/auto-update/wgnord

wgnord: 0.2.0 -> 0.2.1
parents 78391cab 7a91dffc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

resholve.mkDerivation rec {
  pname = "wgnord";
  version = "0.2.0";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "phirecc";
    repo = pname;
    rev = version;
    hash = "sha256-00513jr3Sk8YahqI14pQ7pU4P7MBUlsqXXfrACu35RQ=";
    hash = "sha256-26cfYXtZVQ7kIRxY6oNGCqIjdw/hjwXhVKimVgolLgk=";
  };

  postPatch = ''