Merge pull request #319339 from OmnipotentEntity/hyperspeedcube-1.0.7

hyperspeedcube: 1.0.6 -> 1.0.7
This commit is contained in:
h7x4 2024-07-02 23:06:59 +02:00 committed by GitHub
commit 98e1851535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1434,7 +1434,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyperspeedcube"
version = "1.0.6"
version = "1.0.7"
dependencies = [
"ambassador",
"anyhow",

View File

@ -41,13 +41,13 @@
rustPlatform.buildRustPackage rec {
pname = "hyperspeedcube";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "HactarCE";
repo = "Hyperspeedcube";
rev = "v${version}";
hash = "sha256-FcQuXxVxiyI4hOKS70m62BtZMfN5FzGTLagS+2B3WdY=";
hash = "sha256-ykFf0dfc8j88Y25tx+G9lic09eHDz3WR+h6+owTeWbU=";
};
cargoLock = {