Skip to content

Commit

Permalink
stalwart-webadmin: 0.1.5 -> 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Git Bot authored and Shawn8901 committed Jun 23, 2024
1 parent 6bb3df3 commit 533cb2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/stalwart-webadmin/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
lib,
fetchFromGitHub,
stdenv,
fetchurl,
{ lib
, fetchFromGitHub
, stdenv
, fetchurl
,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "stalwart-webadmin";
version = "0.1.5";
version = "0.1.6";

src = fetchurl {
url = "https://github.com/stalwartlabs/webadmin/releases/download/v${finalAttrs.version}/webadmin.zip";
hash = "sha256-+FIdiA4iMur8GS46mpTAQpOQYCb11O9oZoiijQ/q6xY=";
hash = "sha256-sK7l2Ovu5P5QXtgopzKJsgwtZ64ADs3Jdm29VjeGg6A=";
};

outputs = [
Expand Down

0 comments on commit 533cb2d

Please sign in to comment.