Loading pkgs/applications/graphics/rnote/Cargo.lock +5 −4 Original line number Diff line number Diff line Loading @@ -3414,7 +3414,7 @@ dependencies = [ [[package]] name = "rnote" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "base64", Loading Loading @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "rnote-cli" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "atty", Loading @@ -3480,9 +3480,10 @@ dependencies = [ [[package]] name = "rnote-compose" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "approx", "base64", "clap", "ink-stroke-modeler-rs", Loading @@ -3508,7 +3509,7 @@ dependencies = [ [[package]] name = "rnote-engine" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "approx", Loading pkgs/applications/graphics/rnote/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ stdenv.mkDerivation rec { pname = "rnote"; version = "0.9.3"; version = "0.9.4"; src = fetchFromGitHub { owner = "flxzt"; repo = "rnote"; rev = "v${version}"; hash = "sha256-TeOBLPQc4y1lstqZUBDS3vUPama80UieifmxL2Qswvw="; hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10="; }; cargoDeps = rustPlatform.importCargoLock { Loading Loading
pkgs/applications/graphics/rnote/Cargo.lock +5 −4 Original line number Diff line number Diff line Loading @@ -3414,7 +3414,7 @@ dependencies = [ [[package]] name = "rnote" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "base64", Loading Loading @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "rnote-cli" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "atty", Loading @@ -3480,9 +3480,10 @@ dependencies = [ [[package]] name = "rnote-compose" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "approx", "base64", "clap", "ink-stroke-modeler-rs", Loading @@ -3508,7 +3509,7 @@ dependencies = [ [[package]] name = "rnote-engine" version = "0.9.3" version = "0.9.4" dependencies = [ "anyhow", "approx", Loading
pkgs/applications/graphics/rnote/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -26,13 +26,13 @@ stdenv.mkDerivation rec { pname = "rnote"; version = "0.9.3"; version = "0.9.4"; src = fetchFromGitHub { owner = "flxzt"; repo = "rnote"; rev = "v${version}"; hash = "sha256-TeOBLPQc4y1lstqZUBDS3vUPama80UieifmxL2Qswvw="; hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10="; }; cargoDeps = rustPlatform.importCargoLock { Loading