Unverified Commit e0b7b232 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

librewolf-bin-unwrapped: 142.0.1 -> 142.0.1-1 (#438604)

parents 88647678 27cada11
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ let

  pname = "librewolf-bin-unwrapped";

  version = "142.0-1";
  version = "142.0.1-1";
in

stdenv.mkDerivation {
@@ -47,9 +47,9 @@ stdenv.mkDerivation {
    url = "https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${version}/librewolf-${version}-${arch}-package.tar.xz";
    hash =
      {
        i686-linux = "sha256-2A5pSh2mKKhBiNgAoU4rvNxAm/XjhwZeeyCk6SSetdw=";
        x86_64-linux = "sha256-dxGDR0Kb+InjCRCKdK6zBhn1qULdK1eQHf7/npPL58w=";
        aarch64-linux = "sha256-u5eMu+o8Ne3Cvrc+HPv/hFunRpz1F/DOvxZDI65ux0A=";
        i686-linux = "sha256-hDB1bo5TCiahFGAOzWLRMxy6hc7whsGbfiJsNxhnXok=";
        x86_64-linux = "sha256-ijfsxA9XUZanPUXvOysouJNv7tUoclE1E4PoFOZP/EY=";
        aarch64-linux = "sha256-pB+AQropvNw7kCUqeDHPMkDVht4Dl/98tcaszlw3Qj8=";
      }
      .${stdenv.hostPlatform.system} or throwSystem;
  };