Update pkgs/by-name/ta/tacentview/package.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
PopeRigby
2024-12-09 14:35:13 -08:00
committed by GitHub
co-authored by Gaétan Lepage
parent f3dc5f7753
commit 3d99c24113
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "bluescan";
repo = "tacentview";
rev = "refs/tags/v${version}";
tag = "v${version}";
hash = "sha256-d4A26p1hmkYEZ+h6kRbHHr4QmAc3PMe3qYdkeKIRGkU=";
};