Merge pull request #246847 from figsoda/nix-update

nix-update: 0.19.0 -> 0.19.2
This commit is contained in:
Jörg Thalheim 2023-08-02 23:17:53 +01:00 committed by GitHub
commit e23c8aa972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-update";
version = "0.19.0";
version = "0.19.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "Mic92";
repo = pname;
rev = version;
hash = "sha256-v58x48la837gbqMaQ6PEl9Ick1NH+Y4okf2yttDzqC4=";
hash = "sha256-FyQcsKCHsAB8BmPxeIZdiidaxyNi/5bFA/ilGydDVM0=";
};
makeWrapperArgs = [