mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 03:27:51 +00:00
aligator: 0.7.0 -> 0.8.0
Diff: https://github.com/Simple-Robotics/aligator/compare/v0.7.0...v0.8.0 Changelog: https://github.com/Simple-Robotics/aligator/blob/v0.8.0/CHANGELOG.md
This commit is contained in:
parent
4908d90b1a
commit
08c9dcf962
@ -20,13 +20,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "aligator";
|
||||
version = "0.7.0";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Simple-Robotics";
|
||||
repo = "aligator";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-397WWL3hb5Q/mic54s5LUuz54bh7vwG53WIq5ljDe7g=";
|
||||
hash = "sha256-o4QjxTaZUa17hZsCv4hCI2cedaHoojBtLe8SVUkl0bo=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user