Commit 292a2ca7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent e5b49d15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage (finalAttrs: {
  pname = "rns";
  version = "1.1.6";
  version = "1.1.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = finalAttrs.version;
    hash = "sha256-21ym6R2zPxm8Z4zO6g/ZA4/A4S0SmwhOEqC6B+DTpOI=";
    hash = "sha256-HBH7TAHEDAygkfZC1vUQ502J8qwocKp9B1fWaAgLkHo=";
  };

  patches = [