mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
stop it from inferring a new version each time
This commit is contained in:
parent
0222397e14
commit
abc82c31d8
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
self,
|
||||
lib,
|
||||
installShellFiles,
|
||||
buildGoModule,
|
||||
|
@ -13,7 +12,7 @@ let
|
|||
in
|
||||
buildGoModule {
|
||||
pname = "oizys";
|
||||
version = "${self.shortRev or "dirty"}";
|
||||
version = "unstable";
|
||||
|
||||
src = cleanSource ./.;
|
||||
vendorHash = "sha256-/JVXhXrU2np/ty7AGFy+LPZCo1NaLYl9NAyD9+FJYBI=";
|
||||
|
|
Loading…
Reference in a new issue