mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
zsh-autoenv: add unstable to version
This commit is contained in:
parent
0117861a83
commit
fa949bad45
@ -84,7 +84,7 @@ in {
|
||||
|
||||
markad = stdenv.mkDerivation rec {
|
||||
pname = "vdr-markad";
|
||||
verison = "unstable-2017-03-13";
|
||||
version = "unstable-2017-03-13";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://projects.vdr-developer.org/vdr-plugin-markad.git";
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "zsh-autoenv";
|
||||
version = "2017-12-16";
|
||||
version = "unstable-2017-12-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Tarrasch";
|
||||
|
Loading…
Reference in New Issue
Block a user