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