Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e97ac6641021
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fde7ffab6b30
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 7, 2020

  1. drawio: 12.5.3 -> 12.6.5

    r-ryantm committed Feb 7, 2020
    Copy the full SHA
    92444e1 View commit details
  2. Merge pull request #79427 from r-ryantm/auto-update/drawio

    drawio: 12.5.3 -> 12.6.5
    Ma27 authored Feb 7, 2020
    Copy the full SHA
    fde7ffa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/drawio/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/drawio/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
pname = "drawio";
version = "12.5.3";
version = "12.6.5";

src = fetchurl {
url = "https://github.com/jgraph/drawio-desktop/releases/download/v${version}/draw.io-x86_64-${version}.rpm";
sha256 = "048lksq2akkyi5jg1fiz455n2nv6w58kv8xb9y41qms5dshpww2q";
sha256 = "14x4h680q3w9wsdmivy2k1bggb09vdm3a3wrpfwd79dbaagjk4lc";
};

nativeBuildInputs = [