Merge pull request #296922 from GaetanLepage/nix-update

nix-update: 1.2.0 -> 1.3.0
This commit is contained in:
Maciej Krüger 2024-03-19 20:58:43 +01:00 committed by GitHub
commit fd6871114e
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.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
hash = "sha256-/Lv4wO4mCOwk8lNdfiQq2U+PhgeEeSnh89I2N7fxEpE=";
hash = "sha256-Nu9/mzL/notnR6Tvtj938Mo0TmYJutA2oJ6/rg2uZCo=";
};
nativeBuildInputs = [