added sort by urgency support
This commit is contained in:
parent
ae3a790e37
commit
2380b20f76
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { }, lib }:
|
||||
|
||||
pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "algos-in-rust";
|
||||
version = "1.0.0";
|
||||
pname = "yunodo";
|
||||
version = "0.7.0";
|
||||
cargoLock.lockFile = ../Cargo.lock;
|
||||
src = pkgs.lib.cleanSource ../.;
|
||||
buildInputs = [ ];
|
||||
|
|
|
|||
Reference in a new issue