gnss-share: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2023-08-22 21:23:49 +00:00
parent bb604b3a76
commit e4ff65bfad

View File

@ -1,12 +1,12 @@
{ buildGoModule, fetchFromGitLab, lib }: { buildGoModule, fetchFromGitLab, lib }:
buildGoModule rec { buildGoModule rec {
pname = "gnss-share"; pname = "gnss-share";
version = "0.7.1"; version = "0.7.2";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "postmarketOS"; owner = "postmarketOS";
repo = "gnss-share"; repo = "gnss-share";
rev = version; rev = version;
hash = "sha256-HlaT4TeVAyGN95cWUw1XgVNfGa+cUibh8nkBt/Eb7Yo="; hash = "sha256-0osXA+t+trm41ekcDiJwq0IAB+6ibrlwP/c2JNAXRpU=";
}; };
vendorHash = "sha256-a5CZxh92MW3yP/ZhwGI9UWUT8hwJ0/zeTyPNC+c2R9U="; vendorHash = "sha256-a5CZxh92MW3yP/ZhwGI9UWUT8hwJ0/zeTyPNC+c2R9U=";
meta = with lib; { meta = with lib; {