Merge pull request #289973 from GaetanLepage/nix-update

nix-update: 1.0.0 -> 1.2.0
This commit is contained in:
figsoda 2024-02-19 12:09:55 -05:00 committed by GitHub
commit 5199001f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-update";
version = "1.0.0";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
hash = "sha256-C7ke51QlBcTR98ovQi5NcxToEPP6s9gqnxWO1eBw/sI=";
hash = "sha256-/Lv4wO4mCOwk8lNdfiQq2U+PhgeEeSnh89I2N7fxEpE=";
};
nativeBuildInputs = [