1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #314154 from r-ryantm/auto-update/lxd-ui

lxd-ui: 0.8 -> 0.8.1
This commit is contained in:
Adam C. Stephens 2024-05-24 00:09:05 -04:00 committed by GitHub
commit 10c0798a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "lxd-ui";
version = "0.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "canonical";
repo = "lxd-ui";
rev = "refs/tags/${version}";
hash = "sha256-oD/GPm84oFXHcZ8vTUzNgQinrHwNuvpeVjsrp8ibIZY=";
hash = "sha256-XLHLWD7iH4A5+MaFYiMILnjPGN565gBRpimFoOJMRtI=";
};
offlineCache = fetchYarnDeps {