Unverified Commit a17b815f authored by Jakuzure Nonon's avatar Jakuzure Nonon
Browse files

glasskube: 0.23.0 -> 0.25.0

parent 0b7c1558
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:

let
  version = "0.23.0";
  version = "0.25.0";
  gitSrc = fetchFromGitHub {
    owner = "glasskube";
    repo = "glasskube";
    rev = "refs/tags/v${version}";
    hash = "sha256-X9XXQ/Ke3toXLIkSCzGrypd1lKDfslpJ96zmDHBDbl8=";
    hash = "sha256-456kMO7KappYI2FuHA8g+uhkJNCGCxb/9zmleZqu6SQ=";
  };
  web-bundle = buildNpmPackage rec {
    inherit version;
@@ -21,7 +21,7 @@ let

    src = gitSrc;

    npmDepsHash = "sha256-9BicZfnrJEFrtaJ0uGmLnnY99KplnL8qdmG5FMo70uI=";
    npmDepsHash = "sha256-XKPFT8eyZmDhNbuCpTzGYeg5QdhgpVhHkj8AGSlh6WU=";

    dontNpmInstall = true;

@@ -41,7 +41,7 @@ in buildGo123Module rec {

  src = gitSrc;

  vendorHash = "sha256-xpN/5VmRPFQegP+ORpb875N/+AKgxiqyZWk4Px+SCZ4=";
  vendorHash = "sha256-oly6SLgXVyvKQQuPrb76LYngoDPNLjTAs4gWCT3/kew=";

  CGO_ENABLED = 0;