Unverified Commit a5ab593d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

libnick: 2025.1.0 -> 2025.2.0 (#386607)

parents d5aa745c 6da939ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libnick";
  version = "2025.1.0";
  version = "2025.2.0";

  src = fetchFromGitHub {
    owner = "NickvisionApps";
    repo = "libnick";
    tag = finalAttrs.version;
    hash = "sha256-Y7Vn9KaZjEJ29o2GouNl5B/svAtJ24El9WYgXHhnxho=";
    hash = "sha256-pPQ4MEWKmPYUQ0FxQpCd7m6kT723pRnh1QTw/W0RY0Q=";
  };

  nativeBuildInputs =