stop it from inferring a new version each time

This commit is contained in:
Daylin Morgan 2024-06-26 13:33:39 -05:00
parent 0222397e14
commit abc82c31d8
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,5 +1,4 @@
{ {
self,
lib, lib,
installShellFiles, installShellFiles,
buildGoModule, buildGoModule,
@ -13,7 +12,7 @@ let
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=";