Unverified Commit 642a16fe authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #318291 from pbsds/fix-brickstore-1717856385

brickstore: 0-unstable-2024-05-02 -> 2024.5.2
parents b5261a28 a7449ea3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "brickstore";
  version = "0-unstable-2024-05-02";
  version = "2024.5.2";

  src = fetchFromGitHub {
    owner = "rgriebl";
    repo = "brickstore";
    rev = "v2024.5.2";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Bu9oNbZm3lx/CfYAReHyWe/kW+kaefDWeBtWLHOCORU=";
    fetchSubmodules = true;
  };