zsh-autoenv: add unstable to version

This commit is contained in:
Sandro Jäckel 2021-07-17 23:40:55 +02:00
parent 0117861a83
commit fa949bad45
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation {
pname = "zsh-autoenv";
version = "2017-12-16";
version = "unstable-2017-12-16";
src = fetchFromGitHub {
owner = "Tarrasch";