1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

rare: 1.9.2 -> 1.9.3

This commit is contained in:
Solene Rapenne 2022-11-04 22:35:32 +01:00
parent 36e7b7f085
commit 797817d601

View file

@ -3,13 +3,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rare"; pname = "rare";
version = "1.9.2"; version = "1.9.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Dummerle"; owner = "Dummerle";
repo = "Rare"; repo = "Rare";
rev = version; rev = version;
sha256 = "sha256-mL23tq5Fvd/kXAr7PZ+le5lRXwV3rKG/s8GuXE+S11M="; sha256 = "sha256-M+OMsyamh4WHIx7Pv2sLylOrnSmYrv1aEm3atqXrDaw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [