Merge pull request #300891 from GaetanLepage/nix-update

nix-update: 1.3.0 -> 1.3.1
This commit is contained in:
Jörg Thalheim 2024-04-02 10:23:11 +02:00 committed by GitHub
commit 656a024f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "nix-update"; pname = "nix-update";
version = "1.3.0"; version = "1.3.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-Nu9/mzL/notnR6Tvtj938Mo0TmYJutA2oJ6/rg2uZCo="; hash = "sha256-QWfW8tI4tk8hk9eNN6/3i2E4rwfIWgqjxj+htSZVdrc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [