quaternion: 0.0.96-beta4 -> 0.0.96.1

This commit is contained in:
R. Ryantm 2024-02-22 09:08:29 +00:00 committed by Peter Hoeg
parent 40ed73b88a
commit 51c9129bcf

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "quaternion";
version = "0.0.96-beta4";
version = "0.0.96.1";
src = fetchFromGitHub {
owner = "quotient-im";
repo = "Quaternion";
rev = "refs/tags/${version}";
hash = "sha256-yItl31Ze48lRIIey+FlRLMVAkg4mHu8G1sFOceHvTJw=";
hash = "sha256-lRCSEb/ldVnEv6z0moU4P5rf0ssKb9Bw+4QEssLjuwI=";
};
buildInputs = [