bump version
This commit is contained in:
parent
f630fd12f5
commit
9060c2156f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenvNoCC, zs }:
|
{ stdenvNoCC, zs }:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
name = "adtya_xyz";
|
name = "adtya_xyz";
|
||||||
version = "2023-11-06";
|
version = "2023-11-26";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = [ zs ];
|
nativeBuildInputs = [ zs ];
|
||||||
|
|
Loading…
Reference in a new issue