Skip to content

Commit

Permalink
quaternion: 0.0.9.4e -> 0.0.9.5-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Dec 29, 2020
1 parent b5aeba6 commit 920a721
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

mkDerivation rec {
pname = "quaternion";
version = "0.0.9.4e";
version = "0.0.9.5-beta2";

src = fetchFromGitHub {
owner = "QMatrixClient";
repo = "Quaternion";
rev = version;
sha256 = "0hqhg7l6wpkdbzrdjvrbqymmahziri07ba0hvbii7dd2p0h248fv";
sha256 = "sha256-K4SMB5kL0YO2OIeNUu4hWqU4E4n4vZDRRsJVYmCZqvM=";
};

buildInputs = [
Expand Down

0 comments on commit 920a721

Please sign in to comment.