go back to unstable version

This commit is contained in:
Daylin Morgan 2024-06-20 12:23:34 -05:00
parent 4f174390a8
commit 6d21fadbf7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,5 +1,4 @@
{
self,
lib,
installShellFiles,
buildGoModule,
@ -9,11 +8,11 @@
...
}:
let
inherit (lib) mkDate cleanSource makeBinPath;
inherit (lib) cleanSource makeBinPath;
in
buildGoModule {
pname = "oizys";
version = "${self.shortRev or "dirty"}";
version = "unstable";
src = cleanSource ./.;
vendorHash = "sha256-/JVXhXrU2np/ty7AGFy+LPZCo1NaLYl9NAyD9+FJYBI=";