brickstore: 0-unstable-2024-05-02 -> 2024.5.2

They do have proper releases, no reason to tag the unstable.
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 16:33:26 +02:00
parent 8d6d005af6
commit a7449ea318

View File

@ -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;
};