io: switch to pname

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Alwin Berger
2021-02-24 14:00:12 +01:00
committed by Alwin Berger
co-authored by Sandro
parent 56201edbce
commit 96876f1e9a
+2 -1
View File
@@ -5,7 +5,8 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "io-2017.09.06"; pname = "io";
version = "2017.09.06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevedekorte"; owner = "stevedekorte";
repo = "io"; repo = "io";