rtv: 1.4 -> 1.4.2
This commit is contained in:
parent
c17cc5a56a
commit
84a4ed9a46
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, pkgs, python, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
version = "1.4";
|
||||
version = "1.4.2";
|
||||
name = "rtv-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "michael-lazar";
|
||||
repo = "rtv";
|
||||
rev = "v${version}";
|
||||
sha256 = "071p7idprknpra6mrdjjka8lrr80ykag62rhbsaf6zcz1d9p55cp";
|
||||
sha256 = "103ahwaaghxpih5bkbzqyqgxqmx6kc859vjla8fy8scg21cijghh";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
|
Loading…
Reference in New Issue
Block a user