Loading pkgs/development/python-modules/osc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "osc"; version = "1.21.0"; version = "1.22.0"; format = "setuptools"; src = fetchFromGitHub { owner = "openSUSE"; repo = "osc"; rev = version; hash = "sha256-VNDDb67zWkY1RDEjCgB29sVhtVZtY3KMB1T8N2d+xGQ="; hash = "sha256-sohuRbWoLZ6/tBMRIKlvhmsDOgHaB8oGF58veVQBWpk="; }; buildInputs = [ bashInteractive ]; # needed for bash-completion helper Loading Loading
pkgs/development/python-modules/osc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "osc"; version = "1.21.0"; version = "1.22.0"; format = "setuptools"; src = fetchFromGitHub { owner = "openSUSE"; repo = "osc"; rev = version; hash = "sha256-VNDDb67zWkY1RDEjCgB29sVhtVZtY3KMB1T8N2d+xGQ="; hash = "sha256-sohuRbWoLZ6/tBMRIKlvhmsDOgHaB8oGF58veVQBWpk="; }; buildInputs = [ bashInteractive ]; # needed for bash-completion helper Loading