obs-studio: fix derivation name
This commit is contained in:
parent
ed46e81417
commit
dee2a5dda3
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "obs-studio";
|
||||
name = "obs-studio-${version}";
|
||||
version = "0.9.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jp9000/${name}/archive/${version}.tar.gz";
|
||||
url = "https://github.com/jp9000/obs-studio/archive/${version}.tar.gz";
|
||||
sha256 = "198ymfdrg58i3by58fs68df835rkpnpagnvyzlilmn9ypvpa8h81";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue