better version

This commit is contained in:
Daylin Morgan 2024-06-20 15:57:51 -05:00
parent 95e640c9e8
commit bc50f37187
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
default = self.packages.${pkgs.system}.hyprman;
hyprman = pkgs.buildGoModule {
pname = "hyprman";
version = "unstable";
version = "${self.shortRev or "dirty"}";
src = cleanSource ./.;
vendorHash = "sha256-hJwRLVIiWxLbX2tAPVVVLGFk4OaAy5qiFcICEqhVMJM=";