Unverified Commit ea2eff3a authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

nix-update: 1.13.0 -> 1.13.1 (#445347)

parents 5198a0f3 7af0a4ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nix-update";
  version = "1.13.0";
  version = "1.13.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nix-update";
    tag = version;
    hash = "sha256-+d4NexgDkpuiesuA6vOv2COD3bgWddIL1SjFxuDF1dA=";
    hash = "sha256-b/Ymvz4Un67j7UulzBJtmKrwcchpEE/si/QOn/m8m80=";
  };

  build-system = [ python3Packages.setuptools ];