Unverified Commit de6ce252 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

nicotine-plus: 3.3.7 -> 3.3.8; refactor to remove rec (#384984)

parents ceb55516 96e91a29
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -10,15 +10,19 @@
  python3Packages,
  libadwaita,
}:
python3Packages.buildPythonApplication rec {
let

  pname = "nicotine-plus";
  version = "3.3.7";
  version = "3.3.8";
in
python3Packages.buildPythonApplication {
  inherit pname version;
  pyproject = true;
  src = fetchFromGitHub {
    owner = "nicotine-plus";
    repo = "nicotine-plus";
    tag = version;
    hash = "sha256-Rj+dDkBXNV4l4A9LxjBApzBQ4c1edP5XjoPfpifkDoM=";
    hash = "sha256-KgFxMcL/sT00fkXLgdfDMAMODi4N1j1Y/oEKbjGaRdY=";
  };

  nativeBuildInputs = [