mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Revert "nix-update-source: 0.2.1 -> 0.2.2"
This reverts commit b984d5d25f
.
This commit is contained in:
parent
35349b6c2a
commit
e7ec067b6b
@ -1,12 +1,12 @@
|
||||
{ lib, pkgs, fetchFromGitHub, python3Packages, nix-prefetch-scripts }:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "0.2.2";
|
||||
version = "0.2.1";
|
||||
name = "nix-update-source-${version}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "timbertson";
|
||||
repo = "nix-update-source";
|
||||
rev = "version-${version}";
|
||||
sha256 = "0liigkr37ib2xy269bcp53ivpir4mpg6lzwnfrsqc4kbkz3l16gg";
|
||||
sha256 = "1w3aj0kjp8zhxkzqxnm5srrsqsvrmxhn4sqkr4kjffh61jg8jq8a";
|
||||
};
|
||||
propagatedBuildInputs = [ nix-prefetch-scripts ];
|
||||
passthru = {
|
||||
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
||||
fetchFn = builtins.getAttr json.fetch.fn fetchers;
|
||||
src = fetchFn json.fetch.args;
|
||||
in
|
||||
json // json.fetch // { inherit src; };
|
||||
json // { inherit src; };
|
||||
};
|
||||
meta = {
|
||||
description = "Utility to autimate updating of nix derivation sources";
|
||||
|
Loading…
Reference in New Issue
Block a user